home *** CD-ROM | disk | FTP | other *** search
- Motorola S19...
- ;
- ;Motorola S19 is an ascii formatted file
- ;
- ;First a 'S' ascii character 83 ascii -> 53 hex
- ASCB 53
- ;Then a '1' ascii character 49 ascii -> 31 hex
- ASCB 31
- ;Hold in memory the following number &Hxx (hex number so NUMH)
- NUMH
- ;Skip the following 2 hex numbers &Hxxxx
- SKPH 2
- ;SKiP Hex numbers the memory number read by 0=NUMH
- SKPH 0
- ;The next hex byte is the checksum but it's unsupported so ignored
- SKPH 1
- ; Finally &H0A and &H0D ascii bytes
- ASCB 0D
- ASCB 0A
- STOP